github.com/klauspost/compress/gzip.Reader.readString (method)

3 uses

	github.com/klauspost/compress/gzip (current package)
		gunzip.go#L150: func (z *Reader) readString() (string, error) {
		gunzip.go#L218: 		if s, err = z.readString(); err != nil {
		gunzip.go#L225: 		if s, err = z.readString(); err != nil {